home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMTEX / SOURCES1 / !TeX / texmf / source / armTeX / lib / Makefile < prev    next >
Encoding:
Makefile  |  1998-05-25  |  13.7 KB  |  667 lines

  1. # Makefile for the library functions
  2.  
  3. CC=cc
  4. LIBFILE=makealf
  5.  
  6. # Extra flags
  7. #CCEXTRA = -DRISCOS_DEBUG
  8. CCIPATH=-IC:
  9. CFLAGS = -throwback -depend !Depend $(CCIPATH) -f -W $(CCEXTRA)
  10.  
  11. .SUFFIXES: .o .c
  12.  
  13. .c.o:
  14.     $(CC) -c $(CFLAGS) -o $@ $<
  15.  
  16. LIBO = o.alloca o.concat o.concat3 o.dir-p o.eofeoln o.extend-fna o.file-p\
  17.  o.find-suffi o.fontmap o.fprintreal o.getopt o.getopt1 o.inputint\
  18.  o.line o.main o.ourpaths o.pathsrch o.remove-suf o.riscos_ex\
  19.  o.strpascal o.uexit o.version o.xcalloc o.xfopen o.xfopen-pas\
  20.  o.xmalloc o.xrealloc o.xstrdup o.zround
  21.  
  22. library: $(LIBO)
  23.     $(LIBFILE) -o library $(LIBO) $(MORELIB)
  24.  
  25. clean:
  26.     -wipe o.* ~c~v
  27.  
  28. veryclean: clean
  29.   remove library
  30.  
  31. # Dynamic dependencies:
  32. o.alloca:    c.alloca
  33. o.concat:    c.concat
  34. o.concat:    h.config
  35. o.concat:    h.c-auto
  36. o.concat:    h.c-std
  37. o.concat:    h.c-unistd
  38. o.concat:    h.c-std
  39. o.concat:    h.c-memstr
  40. o.concat:    h.c-std
  41. o.concat:    h.c-errno
  42. o.concat:    h.c-minmax
  43. o.concat:    h.c-limits
  44. o.concat:    h.c-std
  45. o.concat:    h.c-pathmx
  46. o.concat:    h.c-limits
  47. o.concat:    h.c-fopen
  48. o.concat:    h.c-proto
  49. o.concat:    h.common
  50. o.concat:    h.getopt
  51. o.concat:    h.lib
  52. o.concat:    h.types
  53. o.concat:    h.ourpaths
  54. o.concat:    h.pascal
  55. o.concat:    h.types
  56. o.concat:    h.riscos_ex
  57. o.concat3:    c.concat3
  58. o.concat3:    h.config
  59. o.concat3:    h.c-auto
  60. o.concat3:    h.c-std
  61. o.concat3:    h.c-unistd
  62. o.concat3:    h.c-std
  63. o.concat3:    h.c-memstr
  64. o.concat3:    h.c-std
  65. o.concat3:    h.c-errno
  66. o.concat3:    h.c-minmax
  67. o.concat3:    h.c-limits
  68. o.concat3:    h.c-std
  69. o.concat3:    h.c-pathmx
  70. o.concat3:    h.c-limits
  71. o.concat3:    h.c-fopen
  72. o.concat3:    h.c-proto
  73. o.concat3:    h.common
  74. o.concat3:    h.getopt
  75. o.concat3:    h.lib
  76. o.concat3:    h.types
  77. o.concat3:    h.ourpaths
  78. o.concat3:    h.pascal
  79. o.concat3:    h.types
  80. o.concat3:    h.riscos_ex
  81. o.dir-p:    c.dir-p
  82. o.dir-p:    h.config
  83. o.dir-p:    h.c-auto
  84. o.dir-p:    h.c-std
  85. o.dir-p:    h.c-unistd
  86. o.dir-p:    h.c-std
  87. o.dir-p:    h.c-memstr
  88. o.dir-p:    h.c-std
  89. o.dir-p:    h.c-errno
  90. o.dir-p:    h.c-minmax
  91. o.dir-p:    h.c-limits
  92. o.dir-p:    h.c-std
  93. o.dir-p:    h.c-pathmx
  94. o.dir-p:    h.c-limits
  95. o.dir-p:    h.c-fopen
  96. o.dir-p:    h.c-proto
  97. o.dir-p:    h.common
  98. o.dir-p:    h.getopt
  99. o.dir-p:    h.lib
  100. o.dir-p:    h.types
  101. o.dir-p:    h.ourpaths
  102. o.dir-p:    h.pascal
  103. o.dir-p:    h.types
  104. o.dir-p:    h.riscos_ex
  105. o.dir-p:    h.riscos_ex
  106. o.eofeoln:    c.eofeoln
  107. o.eofeoln:    h.config
  108. o.eofeoln:    h.c-auto
  109. o.eofeoln:    h.c-std
  110. o.eofeoln:    h.c-unistd
  111. o.eofeoln:    h.c-std
  112. o.eofeoln:    h.c-memstr
  113. o.eofeoln:    h.c-std
  114. o.eofeoln:    h.c-errno
  115. o.eofeoln:    h.c-minmax
  116. o.eofeoln:    h.c-limits
  117. o.eofeoln:    h.c-std
  118. o.eofeoln:    h.c-pathmx
  119. o.eofeoln:    h.c-limits
  120. o.eofeoln:    h.c-fopen
  121. o.eofeoln:    h.c-proto
  122. o.eofeoln:    h.common
  123. o.eofeoln:    h.getopt
  124. o.eofeoln:    h.lib
  125. o.eofeoln:    h.types
  126. o.eofeoln:    h.ourpaths
  127. o.eofeoln:    h.pascal
  128. o.eofeoln:    h.types
  129. o.eofeoln:    h.riscos_ex
  130. o.extend-fna:    c.extend-fna
  131. o.extend-fna:    h.config
  132. o.extend-fna:    h.c-auto
  133. o.extend-fna:    h.c-std
  134. o.extend-fna:    h.c-unistd
  135. o.extend-fna:    h.c-std
  136. o.extend-fna:    h.c-memstr
  137. o.extend-fna:    h.c-std
  138. o.extend-fna:    h.c-errno
  139. o.extend-fna:    h.c-minmax
  140. o.extend-fna:    h.c-limits
  141. o.extend-fna:    h.c-std
  142. o.extend-fna:    h.c-pathmx
  143. o.extend-fna:    h.c-limits
  144. o.extend-fna:    h.c-fopen
  145. o.extend-fna:    h.c-proto
  146. o.extend-fna:    h.common
  147. o.extend-fna:    h.getopt
  148. o.extend-fna:    h.lib
  149. o.extend-fna:    h.types
  150. o.extend-fna:    h.ourpaths
  151. o.extend-fna:    h.pascal
  152. o.extend-fna:    h.types
  153. o.extend-fna:    h.riscos_ex
  154. o.file-p:    c.file-p
  155. o.file-p:    h.config
  156. o.file-p:    h.c-auto
  157. o.file-p:    h.c-std
  158. o.file-p:    h.c-unistd
  159. o.file-p:    h.c-std
  160. o.file-p:    h.c-memstr
  161. o.file-p:    h.c-std
  162. o.file-p:    h.c-errno
  163. o.file-p:    h.c-minmax
  164. o.file-p:    h.c-limits
  165. o.file-p:    h.c-std
  166. o.file-p:    h.c-pathmx
  167. o.file-p:    h.c-limits
  168. o.file-p:    h.c-fopen
  169. o.file-p:    h.c-proto
  170. o.file-p:    h.common
  171. o.file-p:    h.getopt
  172. o.file-p:    h.lib
  173. o.file-p:    h.types
  174. o.file-p:    h.ourpaths
  175. o.file-p:    h.pascal
  176. o.file-p:    h.types
  177. o.file-p:    h.riscos_ex
  178. o.file-p:    h.riscos_ex
  179. o.find-suffi:    c.find-suffi
  180. o.find-suffi:    h.config
  181. o.find-suffi:    h.c-auto
  182. o.find-suffi:    h.c-std
  183. o.find-suffi:    h.c-unistd
  184. o.find-suffi:    h.c-std
  185. o.find-suffi:    h.c-memstr
  186. o.find-suffi:    h.c-std
  187. o.find-suffi:    h.c-errno
  188. o.find-suffi:    h.c-minmax
  189. o.find-suffi:    h.c-limits
  190. o.find-suffi:    h.c-std
  191. o.find-suffi:    h.c-pathmx
  192. o.find-suffi:    h.c-limits
  193. o.find-suffi:    h.c-fopen
  194. o.find-suffi:    h.c-proto
  195. o.find-suffi:    h.common
  196. o.find-suffi:    h.getopt
  197. o.find-suffi:    h.lib
  198. o.find-suffi:    h.types
  199. o.find-suffi:    h.ourpaths
  200. o.find-suffi:    h.pascal
  201. o.find-suffi:    h.types
  202. o.find-suffi:    h.riscos_ex
  203. o.find-suffi:    h.c-pathch
  204. o.fontmap:    c.fontmap
  205. o.fontmap:    h.config
  206. o.fontmap:    h.c-auto
  207. o.fontmap:    h.c-std
  208. o.fontmap:    h.c-unistd
  209. o.fontmap:    h.c-std
  210. o.fontmap:    h.c-memstr
  211. o.fontmap:    h.c-std
  212. o.fontmap:    h.c-errno
  213. o.fontmap:    h.c-minmax
  214. o.fontmap:    h.c-limits
  215. o.fontmap:    h.c-std
  216. o.fontmap:    h.c-pathmx
  217. o.fontmap:    h.c-limits
  218. o.fontmap:    h.c-fopen
  219. o.fontmap:    h.c-proto
  220. o.fontmap:    h.common
  221. o.fontmap:    h.getopt
  222. o.fontmap:    h.lib
  223. o.fontmap:    h.types
  224. o.fontmap:    h.ourpaths
  225. o.fontmap:    h.pascal
  226. o.fontmap:    h.types
  227. o.fontmap:    h.riscos_ex
  228. o.fontmap:    h.c-pathmx
  229. o.fontmap:    h.fontmap
  230. o.fprintreal:    c.fprintreal
  231. o.fprintreal:    h.config
  232. o.fprintreal:    h.c-auto
  233. o.fprintreal:    h.c-std
  234. o.fprintreal:    h.c-unistd
  235. o.fprintreal:    h.c-std
  236. o.fprintreal:    h.c-memstr
  237. o.fprintreal:    h.c-std
  238. o.fprintreal:    h.c-errno
  239. o.fprintreal:    h.c-minmax
  240. o.fprintreal:    h.c-limits
  241. o.fprintreal:    h.c-std
  242. o.fprintreal:    h.c-pathmx
  243. o.fprintreal:    h.c-limits
  244. o.fprintreal:    h.c-fopen
  245. o.fprintreal:    h.c-proto
  246. o.fprintreal:    h.common
  247. o.fprintreal:    h.getopt
  248. o.fprintreal:    h.lib
  249. o.fprintreal:    h.types
  250. o.fprintreal:    h.ourpaths
  251. o.fprintreal:    h.pascal
  252. o.fprintreal:    h.types
  253. o.fprintreal:    h.riscos_ex
  254. o.getopt:    c.getopt
  255. o.getopt:    h.getopt
  256. o.getopt1:    c.getopt1
  257. o.getopt1:    h.getopt
  258. o.inputint:    c.inputint
  259. o.inputint:    h.config
  260. o.inputint:    h.c-auto
  261. o.inputint:    h.c-std
  262. o.inputint:    h.c-unistd
  263. o.inputint:    h.c-std
  264. o.inputint:    h.c-memstr
  265. o.inputint:    h.c-std
  266. o.inputint:    h.c-errno
  267. o.inputint:    h.c-minmax
  268. o.inputint:    h.c-limits
  269. o.inputint:    h.c-std
  270. o.inputint:    h.c-pathmx
  271. o.inputint:    h.c-limits
  272. o.inputint:    h.c-fopen
  273. o.inputint:    h.c-proto
  274. o.inputint:    h.common
  275. o.inputint:    h.getopt
  276. o.inputint:    h.lib
  277. o.inputint:    h.types
  278. o.inputint:    h.ourpaths
  279. o.inputint:    h.pascal
  280. o.inputint:    h.types
  281. o.inputint:    h.riscos_ex
  282. o.line:    c.line
  283. o.line:    h.config
  284. o.line:    h.c-auto
  285. o.line:    h.c-std
  286. o.line:    h.c-unistd
  287. o.line:    h.c-std
  288. o.line:    h.c-memstr
  289. o.line:    h.c-std
  290. o.line:    h.c-errno
  291. o.line:    h.c-minmax
  292. o.line:    h.c-limits
  293. o.line:    h.c-std
  294. o.line:    h.c-pathmx
  295. o.line:    h.c-limits
  296. o.line:    h.c-fopen
  297. o.line:    h.c-proto
  298. o.line:    h.common
  299. o.line:    h.getopt
  300. o.line:    h.lib
  301. o.line:    h.types
  302. o.line:    h.ourpaths
  303. o.line:    h.pascal
  304. o.line:    h.types
  305. o.line:    h.riscos_ex
  306. o.main:    c.main
  307. o.main:    h.config
  308. o.main:    h.c-auto
  309. o.main:    h.c-std
  310. o.main:    h.c-unistd
  311. o.main:    h.c-std
  312. o.main:    h.c-memstr
  313. o.main:    h.c-std
  314. o.main:    h.c-errno
  315. o.main:    h.c-minmax
  316. o.main:    h.c-limits
  317. o.main:    h.c-std
  318. o.main:    h.c-pathmx
  319. o.main:    h.c-limits
  320. o.main:    h.c-fopen
  321. o.main:    h.c-proto
  322. o.main:    h.common
  323. o.main:    h.getopt
  324. o.main:    h.lib
  325. o.main:    h.types
  326. o.main:    h.ourpaths
  327. o.main:    h.pascal
  328. o.main:    h.types
  329. o.main:    h.riscos_ex
  330. o.ourpaths:    c.ourpaths
  331. o.ourpaths:    h.config
  332. o.ourpaths:    h.c-auto
  333. o.ourpaths:    h.c-std
  334. o.ourpaths:    h.c-unistd
  335. o.ourpaths:    h.c-std
  336. o.ourpaths:    h.c-memstr
  337. o.ourpaths:    h.c-std
  338. o.ourpaths:    h.c-errno
  339. o.ourpaths:    h.c-minmax
  340. o.ourpaths:    h.c-limits
  341. o.ourpaths:    h.c-std
  342. o.ourpaths:    h.c-pathmx
  343. o.ourpaths:    h.c-limits
  344. o.ourpaths:    h.c-fopen
  345. o.ourpaths:    h.c-proto
  346. o.ourpaths:    h.common
  347. o.ourpaths:    h.getopt
  348. o.ourpaths:    h.lib
  349. o.ourpaths:    h.types
  350. o.ourpaths:    h.ourpaths
  351. o.ourpaths:    h.pascal
  352. o.ourpaths:    h.types
  353. o.ourpaths:    h.riscos_ex
  354. o.ourpaths:    h.fontmap
  355. o.ourpaths:    h.paths
  356. o.ourpaths:    h.pathsrch
  357. o.ourpaths:    h.types
  358. o.remove-suf:    c.remove-suf
  359. o.remove-suf:    h.config
  360. o.remove-suf:    h.c-auto
  361. o.remove-suf:    h.c-std
  362. o.remove-suf:    h.c-unistd
  363. o.remove-suf:    h.c-std
  364. o.remove-suf:    h.c-memstr
  365. o.remove-suf:    h.c-std
  366. o.remove-suf:    h.c-errno
  367. o.remove-suf:    h.c-minmax
  368. o.remove-suf:    h.c-limits
  369. o.remove-suf:    h.c-std
  370. o.remove-suf:    h.c-pathmx
  371. o.remove-suf:    h.c-limits
  372. o.remove-suf:    h.c-fopen
  373. o.remove-suf:    h.c-proto
  374. o.remove-suf:    h.common
  375. o.remove-suf:    h.getopt
  376. o.remove-suf:    h.lib
  377. o.remove-suf:    h.types
  378. o.remove-suf:    h.ourpaths
  379. o.remove-suf:    h.pascal
  380. o.remove-suf:    h.types
  381. o.remove-suf:    h.riscos_ex
  382. o.riscos_ex:    c.riscos_ex
  383. o.riscos_ex:    h.config
  384. o.riscos_ex:    h.c-auto
  385. o.riscos_ex:    h.c-std
  386. o.riscos_ex:    h.c-unistd
  387. o.riscos_ex:    h.c-std
  388. o.riscos_ex:    h.c-memstr
  389. o.riscos_ex:    h.c-std
  390. o.riscos_ex:    h.c-errno
  391. o.riscos_ex:    h.c-minmax
  392. o.riscos_ex:    h.c-limits
  393. o.riscos_ex:    h.c-std
  394. o.riscos_ex:    h.c-pathmx
  395. o.riscos_ex:    h.c-limits
  396. o.riscos_ex:    h.c-fopen
  397. o.riscos_ex:    h.c-proto
  398. o.riscos_ex:    h.common
  399. o.riscos_ex:    h.getopt
  400. o.riscos_ex:    h.lib
  401. o.riscos_ex:    h.types
  402. o.riscos_ex:    h.ourpaths
  403. o.riscos_ex:    h.pascal
  404. o.riscos_ex:    h.types
  405. o.riscos_ex:    h.riscos_ex
  406. o.riscos_ex:    OS:h.OSFSContro
  407. o.riscos_ex:    OS:h.types
  408. o.riscos_ex:    OS:h.os
  409. o.riscos_ex:    OS:h.fileswitch
  410. o.riscos_ex:    OS:h.OSFile
  411. o.strpascal:    c.strpascal
  412. o.strpascal:    h.config
  413. o.strpascal:    h.c-auto
  414. o.strpascal:    h.c-std
  415. o.strpascal:    h.c-unistd
  416. o.strpascal:    h.c-std
  417. o.strpascal:    h.c-memstr
  418. o.strpascal:    h.c-std
  419. o.strpascal:    h.c-errno
  420. o.strpascal:    h.c-minmax
  421. o.strpascal:    h.c-limits
  422. o.strpascal:    h.c-std
  423. o.strpascal:    h.c-pathmx
  424. o.strpascal:    h.c-limits
  425. o.strpascal:    h.c-fopen
  426. o.strpascal:    h.c-proto
  427. o.strpascal:    h.common
  428. o.strpascal:    h.getopt
  429. o.strpascal:    h.lib
  430. o.strpascal:    h.types
  431. o.strpascal:    h.ourpaths
  432. o.strpascal:    h.pascal
  433. o.strpascal:    h.types
  434. o.strpascal:    h.riscos_ex
  435. o.strpascal:    h.c-pathch
  436. o.uexit:    c.uexit
  437. o.uexit:    h.config
  438. o.uexit:    h.c-auto
  439. o.uexit:    h.c-std
  440. o.uexit:    h.c-unistd
  441. o.uexit:    h.c-std
  442. o.uexit:    h.c-memstr
  443. o.uexit:    h.c-std
  444. o.uexit:    h.c-errno
  445. o.uexit:    h.c-minmax
  446. o.uexit:    h.c-limits
  447. o.uexit:    h.c-std
  448. o.uexit:    h.c-pathmx
  449. o.uexit:    h.c-limits
  450. o.uexit:    h.c-fopen
  451. o.uexit:    h.c-proto
  452. o.uexit:    h.common
  453. o.uexit:    h.getopt
  454. o.uexit:    h.lib
  455. o.uexit:    h.types
  456. o.uexit:    h.ourpaths
  457. o.uexit:    h.pascal
  458. o.uexit:    h.types
  459. o.uexit:    h.riscos_ex
  460. o.version:    c.version
  461. o.xcalloc:    c.xcalloc
  462. o.xcalloc:    h.config
  463. o.xcalloc:    h.c-auto
  464. o.xcalloc:    h.c-std
  465. o.xcalloc:    h.c-unistd
  466. o.xcalloc:    h.c-std
  467. o.xcalloc:    h.c-memstr
  468. o.xcalloc:    h.c-std
  469. o.xcalloc:    h.c-errno
  470. o.xcalloc:    h.c-minmax
  471. o.xcalloc:    h.c-limits
  472. o.xcalloc:    h.c-std
  473. o.xcalloc:    h.c-pathmx
  474. o.xcalloc:    h.c-limits
  475. o.xcalloc:    h.c-fopen
  476. o.xcalloc:    h.c-proto
  477. o.xcalloc:    h.common
  478. o.xcalloc:    h.getopt
  479. o.xcalloc:    h.lib
  480. o.xcalloc:    h.types
  481. o.xcalloc:    h.ourpaths
  482. o.xcalloc:    h.pascal
  483. o.xcalloc:    h.types
  484. o.xcalloc:    h.riscos_ex
  485. o.xfopen:    c.xfopen
  486. o.xfopen:    h.config
  487. o.xfopen:    h.c-auto
  488. o.xfopen:    h.c-std
  489. o.xfopen:    h.c-unistd
  490. o.xfopen:    h.c-std
  491. o.xfopen:    h.c-memstr
  492. o.xfopen:    h.c-std
  493. o.xfopen:    h.c-errno
  494. o.xfopen:    h.c-minmax
  495. o.xfopen:    h.c-limits
  496. o.xfopen:    h.c-std
  497. o.xfopen:    h.c-pathmx
  498. o.xfopen:    h.c-limits
  499. o.xfopen:    h.c-fopen
  500. o.xfopen:    h.c-proto
  501. o.xfopen:    h.common
  502. o.xfopen:    h.getopt
  503. o.xfopen:    h.lib
  504. o.xfopen:    h.types
  505. o.xfopen:    h.ourpaths
  506. o.xfopen:    h.pascal
  507. o.xfopen:    h.types
  508. o.xfopen:    h.riscos_ex
  509. o.xfopen-pas:    c.xfopen-pas
  510. o.xfopen-pas:    h.config
  511. o.xfopen-pas:    h.c-auto
  512. o.xfopen-pas:    h.c-std
  513. o.xfopen-pas:    h.c-unistd
  514. o.xfopen-pas:    h.c-std
  515. o.xfopen-pas:    h.c-memstr
  516. o.xfopen-pas:    h.c-std
  517. o.xfopen-pas:    h.c-errno
  518. o.xfopen-pas:    h.c-minmax
  519. o.xfopen-pas:    h.c-limits
  520. o.xfopen-pas:    h.c-std
  521. o.xfopen-pas:    h.c-pathmx
  522. o.xfopen-pas:    h.c-limits
  523. o.xfopen-pas:    h.c-fopen
  524. o.xfopen-pas:    h.c-proto
  525. o.xfopen-pas:    h.common
  526. o.xfopen-pas:    h.getopt
  527. o.xfopen-pas:    h.lib
  528. o.xfopen-pas:    h.types
  529. o.xfopen-pas:    h.ourpaths
  530. o.xfopen-pas:    h.pascal
  531. o.xfopen-pas:    h.types
  532. o.xfopen-pas:    h.riscos_ex
  533. o.xmalloc:    c.xmalloc
  534. o.xmalloc:    h.config
  535. o.xmalloc:    h.c-auto
  536. o.xmalloc:    h.c-std
  537. o.xmalloc:    h.c-unistd
  538. o.xmalloc:    h.c-std
  539. o.xmalloc:    h.c-memstr
  540. o.xmalloc:    h.c-std
  541. o.xmalloc:    h.c-errno
  542. o.xmalloc:    h.c-minmax
  543. o.xmalloc:    h.c-limits
  544. o.xmalloc:    h.c-std
  545. o.xmalloc:    h.c-pathmx
  546. o.xmalloc:    h.c-limits
  547. o.xmalloc:    h.c-fopen
  548. o.xmalloc:    h.c-proto
  549. o.xmalloc:    h.common
  550. o.xmalloc:    h.getopt
  551. o.xmalloc:    h.lib
  552. o.xmalloc:    h.types
  553. o.xmalloc:    h.ourpaths
  554. o.xmalloc:    h.pascal
  555. o.xmalloc:    h.types
  556. o.xmalloc:    h.riscos_ex
  557. o.xrealloc:    c.xrealloc
  558. o.xrealloc:    h.config
  559. o.xrealloc:    h.c-auto
  560. o.xrealloc:    h.c-std
  561. o.xrealloc:    h.c-unistd
  562. o.xrealloc:    h.c-std
  563. o.xrealloc:    h.c-memstr
  564. o.xrealloc:    h.c-std
  565. o.xrealloc:    h.c-errno
  566. o.xrealloc:    h.c-minmax
  567. o.xrealloc:    h.c-limits
  568. o.xrealloc:    h.c-std
  569. o.xrealloc:    h.c-pathmx
  570. o.xrealloc:    h.c-limits
  571. o.xrealloc:    h.c-fopen
  572. o.xrealloc:    h.c-proto
  573. o.xrealloc:    h.common
  574. o.xrealloc:    h.getopt
  575. o.xrealloc:    h.lib
  576. o.xrealloc:    h.types
  577. o.xrealloc:    h.ourpaths
  578. o.xrealloc:    h.pascal
  579. o.xrealloc:    h.types
  580. o.xrealloc:    h.riscos_ex
  581. o.xstrdup:    c.xstrdup
  582. o.xstrdup:    h.config
  583. o.xstrdup:    h.c-auto
  584. o.xstrdup:    h.c-std
  585. o.xstrdup:    h.c-unistd
  586. o.xstrdup:    h.c-std
  587. o.xstrdup:    h.c-memstr
  588. o.xstrdup:    h.c-std
  589. o.xstrdup:    h.c-errno
  590. o.xstrdup:    h.c-minmax
  591. o.xstrdup:    h.c-limits
  592. o.xstrdup:    h.c-std
  593. o.xstrdup:    h.c-pathmx
  594. o.xstrdup:    h.c-limits
  595. o.xstrdup:    h.c-fopen
  596. o.xstrdup:    h.c-proto
  597. o.xstrdup:    h.common
  598. o.xstrdup:    h.getopt
  599. o.xstrdup:    h.lib
  600. o.xstrdup:    h.types
  601. o.xstrdup:    h.ourpaths
  602. o.xstrdup:    h.pascal
  603. o.xstrdup:    h.types
  604. o.xstrdup:    h.riscos_ex
  605. o.zround:    c.zround
  606. o.zround:    h.config
  607. o.zround:    h.c-auto
  608. o.zround:    h.c-std
  609. o.zround:    h.c-unistd
  610. o.zround:    h.c-std
  611. o.zround:    h.c-memstr
  612. o.zround:    h.c-std
  613. o.zround:    h.c-errno
  614. o.zround:    h.c-minmax
  615. o.zround:    h.c-limits
  616. o.zround:    h.c-std
  617. o.zround:    h.c-pathmx
  618. o.zround:    h.c-limits
  619. o.zround:    h.c-fopen
  620. o.zround:    h.c-proto
  621. o.zround:    h.common
  622. o.zround:    h.getopt
  623. o.zround:    h.lib
  624. o.zround:    h.types
  625. o.zround:    h.ourpaths
  626. o.zround:    h.pascal
  627. o.zround:    h.types
  628. o.zround:    h.riscos_ex
  629. o.pathsrch:    c.pathsrch
  630. o.pathsrch:    h.config
  631. o.pathsrch:    h.c-auto
  632. o.pathsrch:    h.c-std
  633. o.pathsrch:    h.c-unistd
  634. o.pathsrch:    h.c-std
  635. o.pathsrch:    h.c-memstr
  636. o.pathsrch:    h.c-std
  637. o.pathsrch:    h.c-errno
  638. o.pathsrch:    h.c-minmax
  639. o.pathsrch:    h.c-limits
  640. o.pathsrch:    h.c-std
  641. o.pathsrch:    h.c-pathmx
  642. o.pathsrch:    h.c-limits
  643. o.pathsrch:    h.c-fopen
  644. o.pathsrch:    h.c-proto
  645. o.pathsrch:    h.common
  646. o.pathsrch:    h.getopt
  647. o.pathsrch:    h.lib
  648. o.pathsrch:    h.types
  649. o.pathsrch:    h.ourpaths
  650. o.pathsrch:    h.pascal
  651. o.pathsrch:    h.types
  652. o.pathsrch:    h.riscos_ex
  653. o.pathsrch:    h.c-pathch
  654. o.pathsrch:    h.c-namemx
  655. o.pathsrch:    h.c-limits
  656. o.pathsrch:    h.c-pathmx
  657. o.pathsrch:    h.paths
  658. o.pathsrch:    h.c-ctype
  659. o.pathsrch:    h.riscos_ex
  660. o.pathsrch:    h.pathsrch
  661. o.pathsrch:    h.types
  662. o.pathsrch:    OS:h.OSFile
  663. o.pathsrch:    OS:h.types
  664. o.pathsrch:    OS:h.os
  665. o.pathsrch:    OS:h.fileswitch
  666. o.pathsrch:    OS:h.OSGBPB
  667.